/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 45 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/ |
D | toy.cpp | 50 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/ |
D | toy.cpp | 57 std::string NumStr; in gettok() local 59 NumStr += LastChar; in gettok() 63 NumVal = strtod(NumStr.c_str(), 0); in gettok()
|
/external/libppp/src/ |
D | defs.h | 135 extern const char *NumStr(long, char *, size_t);
|
D | route.c | 240 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()
|
D | defs.c | 341 NumStr(long val, char *buf, size_t sz) in NumStr() function
|
D | radius.c | 129 return NumStr(policy, NULL, 0); in radius_policyname() 143 return NumStr(types, NULL, 0); in radius_typesname()
|
D | ipv6cp.c | 656 return NumStr(proto, NULL, 0); in protoname()
|
D | ipcp.c | 157 return NumStr(proto, NULL, 0); in protoname()
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 66 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/ |
D | toy.cpp | 71 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/ |
D | toy.cpp | 75 std::string NumStr; in gettok() local 77 NumStr += LastChar; in gettok() 81 NumVal = strtod(NumStr.c_str(), 0); in gettok()
|
/external/llvm/docs/tutorial/ |
D | LangImpl1.rst | 225 std::string NumStr; 227 NumStr += LastChar; 231 NumVal = strtod(NumStr.c_str(), 0);
|
D | LangImpl4.rst | 499 std::string NumStr; 501 NumStr += LastChar; 505 NumVal = strtod(NumStr.c_str(), 0);
|
D | LangImpl3.rst | 644 std::string NumStr; 646 NumStr += LastChar; 650 NumVal = strtod(NumStr.c_str(), 0);
|
D | LangImpl2.rst | 740 std::string NumStr; 742 NumStr += LastChar; 746 NumVal = strtod(NumStr.c_str(), 0);
|
D | LangImpl6.rst | 817 std::string NumStr; 819 NumStr += LastChar; 823 NumVal = strtod(NumStr.c_str(), 0);
|
D | LangImpl5.rst | 812 std::string NumStr; 814 NumStr += LastChar; 818 NumVal = strtod(NumStr.c_str(), 0);
|
D | LangImpl7.rst | 932 std::string NumStr; 934 NumStr += LastChar; 938 NumVal = strtod(NumStr.c_str(), 0);
|