| /llvm-project-15.0.7/libcxx/include/__support/solaris/ |
| H A D | floatingpoint.h | 10 #define strtod sun_strtod macro 13 #undef strtod
|
| H A D | xlocale.h | 62 return ::strtod(__nptr, __endptr); in strtod_l()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | strto-1.ll | 10 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 D | FileUtilities.cpp | 107 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 D | CMakeLists.txt | 62 strtod 64 strtod.cpp 66 strtod.h
|
| H A D | strtod.h | 14 double strtod(const char *__restrict str, char **__restrict str_end);
|
| H A D | strtod.cpp | 15 LLVM_LIBC_FUNCTION(double, strtod,
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | libcalls-fno-builtin.c | 35 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 D | locale_bionic.h | 56 return ::strtod(__nptr, __endptr); in strtod_l()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | StringConvert.cpp | 50 double val = strtod(s, &end); in ToDouble()
|
| /llvm-project-15.0.7/libcxx/include/__support/xlocale/ |
| H A D | __strtonum_fallback.h | 29 return ::strtod(__nptr, __endptr); in strtod_l()
|
| /llvm-project-15.0.7/libc/test/src/stdlib/ |
| H A D | strtod_test.cpp | 47 double result = __llvm_libc::strtod(inputString, &str_end); in run_test()
|
| /llvm-project-15.0.7/libc/test/src/__support/ |
| H A D | CMakeLists.txt | 87 … COMMENT "Test the strtof and strtod implementations against precomputed results."
|
| H A D | str_to_float_comparison_test.cpp | 84 double doubleResult = strtod(num.c_str(), nullptr); in checkFile()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | cstdlib | 38 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 D | kmp_stats_timing.cpp | 71 double freq = strtod(end, &start); in tick_time()
|
| /llvm-project-15.0.7/libcxx/include/__support/ibm/ |
| H A D | xlocale.h | 73 return ::strtod(__nptr, __endptr); in strtod_l()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | fpscr-intrinsics.ll | 7 define void @strtod() {
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/include/toy/ |
| H A D | Lexer.h | 159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/include/toy/ |
| H A D | Lexer.h | 159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch1/include/toy/ |
| H A D | Lexer.h | 159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/ |
| H A D | Lexer.h | 162 numVal = strtod(numStr.c_str(), nullptr); in getTok()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/include/toy/ |
| H A D | Lexer.h | 159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/include/toy/ |
| H A D | Lexer.h | 159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch6/include/toy/ |
| H A D | Lexer.h | 159 numVal = strtod(numStr.c_str(), nullptr); in getTok()
|