Home
last modified time | relevance | path

Searched refs:NumStr (Results 1 – 19 of 19) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp45 std::string NumStr; in gettok() local
47 NumStr += LastChar; in gettok()
51 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp50 std::string NumStr; in gettok() local
52 NumStr += LastChar; in gettok()
56 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp57 std::string NumStr; in gettok() local
59 NumStr += LastChar; in gettok()
63 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/libppp/src/
Ddefs.h135 extern const char *NumStr(long, char *, size_t);
Droute.c240 return NumStr(idx, NULL, 0); in Index2Nam()
243 return NumStr(idx, NULL, 0); in Index2Nam()
246 return NumStr(idx, NULL, 0); in Index2Nam()
274 return NumStr(idx, NULL, 0); in Index2Nam()
309 return NumStr(idx, NULL, 0); in Index2Nam()
Ddefs.c341 NumStr(long val, char *buf, size_t sz) in NumStr() function
Dradius.c129 return NumStr(policy, NULL, 0); in radius_policyname()
143 return NumStr(types, NULL, 0); in radius_typesname()
Dipv6cp.c656 return NumStr(proto, NULL, 0); in protoname()
Dipcp.c157 return NumStr(proto, NULL, 0); in protoname()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp66 std::string NumStr; in gettok() local
68 NumStr += LastChar; in gettok()
72 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp71 std::string NumStr; in gettok() local
73 NumStr += LastChar; in gettok()
77 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp75 std::string NumStr; in gettok() local
77 NumStr += LastChar; in gettok()
81 NumVal = strtod(NumStr.c_str(), 0); in gettok()
/external/llvm/docs/tutorial/
DLangImpl1.rst225 std::string NumStr;
227 NumStr += LastChar;
231 NumVal = strtod(NumStr.c_str(), 0);
DLangImpl4.rst499 std::string NumStr;
501 NumStr += LastChar;
505 NumVal = strtod(NumStr.c_str(), 0);
DLangImpl3.rst644 std::string NumStr;
646 NumStr += LastChar;
650 NumVal = strtod(NumStr.c_str(), 0);
DLangImpl2.rst740 std::string NumStr;
742 NumStr += LastChar;
746 NumVal = strtod(NumStr.c_str(), 0);
DLangImpl6.rst817 std::string NumStr;
819 NumStr += LastChar;
823 NumVal = strtod(NumStr.c_str(), 0);
DLangImpl5.rst812 std::string NumStr;
814 NumStr += LastChar;
818 NumVal = strtod(NumStr.c_str(), 0);
DLangImpl7.rst932 std::string NumStr;
934 NumStr += LastChar;
938 NumVal = strtod(NumStr.c_str(), 0);