Searched defs:NumStr (Results 1 - 25 of 25) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp63 std::string NumStr; local
65 NumStr += LastChar;
69 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp64 std::string NumStr; local
66 NumStr += LastChar;
70 NumVal = strtod(NumStr.c_str(), nullptr);
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp45 std::string NumStr; local
47 NumStr += LastChar;
51 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp73 std::string NumStr; local
75 NumStr += LastChar;
79 NumVal = strtod(NumStr.c_str(), nullptr);
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp50 std::string NumStr; local
52 NumStr += LastChar;
56 NumVal = strtod(NumStr.c_str(), 0);
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp57 std::string NumStr; local
59 NumStr += LastChar;
63 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp105 std::string NumStr; local
107 NumStr += LastChar;
111 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp105 std::string NumStr; local
107 NumStr += LastChar;
111 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp105 std::string NumStr; local
107 NumStr += LastChar;
111 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp106 std::string NumStr; local
108 NumStr += LastChar;
112 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp121 std::string NumStr; local
123 NumStr += LastChar;
127 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp91 std::string NumStr; local
93 NumStr += LastChar;
97 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp99 std::string NumStr; local
101 NumStr += LastChar;
105 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp105 std::string NumStr; local
107 NumStr += LastChar;
111 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp102 std::string NumStr; local
104 NumStr += LastChar;
108 NumVal = strtod(NumStr.c_str(), nullptr);
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp66 std::string NumStr; local
68 NumStr += LastChar;
72 NumVal = strtod(NumStr.c_str(), 0);
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp71 std::string NumStr; local
73 NumStr += LastChar;
77 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp161 std::string NumStr; local
163 NumStr += LastChar;
167 NumVal = strtod(NumStr.c_str(), nullptr);
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp93 std::string NumStr; local
95 NumStr += LastChar;
99 NumVal = strtod(NumStr.c_str(), 0);
H A Dtoy.cpp100 std::string NumStr; local
102 NumStr += LastChar;
106 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp119 std::string NumStr; local
121 NumStr += LastChar;
125 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp77 std::string NumStr; local
79 NumStr += LastChar;
83 NumVal = strtod(NumStr.c_str(), 0);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp78 std::string NumStr; local
80 NumStr += LastChar;
84 NumVal = strtod(NumStr.c_str(), 0);
H A Dtoy.cpp79 std::string NumStr; local
81 NumStr += LastChar;
85 NumVal = strtod(NumStr.c_str(), 0);
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp75 std::string NumStr; local
77 NumStr += LastChar;
81 NumVal = strtod(NumStr.c_str(), 0);

Completed in 271 milliseconds