HomeSort by relevance Sort by last modified time
    Searched refs:strtod (Results 226 - 250 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 99 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
toy.cpp 106 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 83 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 84 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
toy.cpp 85 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/ltp/lib/
tst_test.c 559 rval = strtod(str, &end);
  /external/protobuf/src/
Makefile.am 139 google/protobuf/io/strtod.h \
247 google/protobuf/io/strtod.cc \
    [all...]
  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
toy.cpp 81 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/valgrind/coregrind/
m_libcbase.c 215 double VG_(strtod) ( const HChar* str, HChar** endptr ) function
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp     [all...]
  /hardware/intel/common/libva/va/
va_trace.c 220 trace_ctx->trace_surface_width = strtod(p, &q);
222 trace_ctx->trace_surface_height = strtod(p, &q);
224 trace_ctx->trace_surface_xoff = strtod(p, &q);
226 trace_ctx->trace_surface_yoff = strtod(p, &q);
    [all...]
  /external/blktrace/
blkparse.c     [all...]
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 543 double ret = strtod(nptr, &tmp_endptr);
    [all...]
  /external/e2fsprogs/lib/support/
profile.c     [all...]
  /external/iptables/libxtables/
xtoptions.c 217 value = strtod(cb->arg, &end);
    [all...]
  /external/libchrome/base/trace_event/
trace_log.cc 543 double target_duration = strtod(token.c_str(), &duration_end);
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 167 NumVal = strtod(NumStr.c_str(), nullptr);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 125 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 127 case LibFunc::strtod:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 599 #define _tcstod strtod
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp     [all...]
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 445 case TYPE_STRING: return strtod(AsString().c_str(), nullptr);
    [all...]
  /external/gflags/src/
gflags.cc 358 const double r = strtod(value, &end);
    [all...]

Completed in 1052 milliseconds

1 2 3 4 5 6 7 8 91011>>