Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 25 of 86) sorted by relevance

1234

/llvm-project-15.0.7/libcxx/include/__support/solaris/
H A Dfloatingpoint.h10 #define strtod sun_strtod macro
13 #undef strtod
H A Dxlocale.h62 return ::strtod(__nptr, __endptr); in strtod_l()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dstrto-1.ll10 declare double @strtod(i8* %s, i8** %endptr, i32 %base)
11 ; CHECK: declare double @strtod(i8* readonly, i8** nocapture, i32)
37 call double @strtod(i8* %x, i8** null, i32 10)
38 ; CHECK-NEXT: call double @strtod(i8* nocapture %x, i8** null, i32 10)
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileUtilities.cpp107 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers()
108 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers()
116 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers()
126 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()
/llvm-project-15.0.7/libc/src/stdlib/
H A DCMakeLists.txt62 strtod
64 strtod.cpp
66 strtod.h
H A Dstrtod.h14 double strtod(const char *__restrict str, char **__restrict str_end);
H A Dstrtod.cpp15 LLVM_LIBC_FUNCTION(double, strtod,
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c35 double strtod(const char *nptr, char **endptr);
121 double t18(char **x) { return strtod("123.4", x); } in t18()
/llvm-project-15.0.7/libcxx/include/__support/android/
H A Dlocale_bionic.h56 return ::strtod(__nptr, __endptr); in strtod_l()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DStringConvert.cpp50 double val = strtod(s, &end); in ToDouble()
/llvm-project-15.0.7/libcxx/include/__support/xlocale/
H A D__strtonum_fallback.h29 return ::strtod(__nptr, __endptr); in strtod_l()
/llvm-project-15.0.7/libc/test/src/stdlib/
H A Dstrtod_test.cpp47 double result = __llvm_libc::strtod(inputString, &str_end); in run_test()
/llvm-project-15.0.7/libc/test/src/__support/
H A DCMakeLists.txt87 … COMMENT "Test the strtof and strtod implementations against precomputed results."
H A Dstr_to_float_comparison_test.cpp84 double doubleResult = strtod(num.c_str(), nullptr); in checkFile()
/llvm-project-15.0.7/libcxx/include/
H A Dcstdlib38 double strtod (const char* restrict nptr, char** restrict endptr);
102 using ::strtod _LIBCPP_USING_IF_EXISTS;
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats_timing.cpp71 double freq = strtod(end, &start); in tick_time()
/llvm-project-15.0.7/libcxx/include/__support/ibm/
H A Dxlocale.h73 return ::strtod(__nptr, __endptr); in strtod_l()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfpscr-intrinsics.ll7 define void @strtod() {
/llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
/llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
/llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DLexer.h162 numVal = strtod(numStr.c_str(), nullptr); in getTok()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/
H A DLexer.h159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
/llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h159 numVal = strtod(numStr.c_str(), nullptr); in getTok()

1234