Searched refs:value_float (Results 1 - 8 of 8) sorted by relevance
/third_party/json/include/nlohmann/detail/input/ |
H A D | lexer.hpp | 47 value_float, ///< an floating point number -- use get_number_float() for actual value member in detail::lexer_base::token_type 78 case token_type::value_float: 962 token_type::value_float if number could be successfully scanned, 1103 number_type = token_type::value_float; in scan_number() 1160 number_type = token_type::value_float; in scan_number() 1286 strtof(value_float, token_buffer.data(), &endptr); in scan_number() 1291 return token_type::value_float; in scan_number() 1426 return value_float; 1625 number_float_t value_float = 0; member in detail::lexer
|
H A D | parser.hpp | 264 case token_type::value_float: in sax_parse_internal()
|
H A D | binary_reader.hpp | 2717 case token_type::value_float: in get_ubjson_high_precision_number()
|
/third_party/json/tests/src/ |
H A D | unit-class_lexer.cpp | 72 CHECK((scan_string("1.1") == json::lexer::token_type::value_float)); 73 CHECK((scan_string("-1.1") == json::lexer::token_type::value_float)); 74 CHECK((scan_string("1E10") == json::lexer::token_type::value_float)); 97 CHECK((std::string(json::lexer::token_type_name(json::lexer::token_type::value_float)) == "number literal"));
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cSparseTextureTests.cpp | 697 GLfloat value_float; in testNumSparseLevelsARB() local 706 gl.getTexParameterfv(target, pname, &value_float); in testNumSparseLevelsARB() 741 GLfloat value_float; in checkGetTexParameter() local 756 gl.getTexParameterfv(target, pname, &value_float); in checkGetTexParameter() 758 if ((GLint)value_float != expected) in checkGetTexParameter() 762 << ", returned: " << (GLint)value_float << " - "; in checkGetTexParameter() 957 GLfloat value_float; in testSipmleQueries() local 971 gl.getFloatv(pname, &value_float); in testSipmleQueries()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get.c | 228 GLfloat value_float; member 1143 v->value_float = ctx->Color.AlphaRef; in find_custom_value() 1145 v->value_float = ctx->Color.AlphaRefUnclamped; in find_custom_value()
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 6449 value_float, ///< an floating point number -- use get_number_float() for actual value 6480 case token_type::value_float: 7364 token_type::value_float if number could be successfully scanned, 7505 number_type = token_type::value_float; 7562 number_type = token_type::value_float; 7688 strtof(value_float, token_buffer.data(), &endptr); 7693 return token_type::value_float; 7828 return value_float; 8027 number_float_t value_float = 0; 10451 case token_type::value_float [all...] |
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 7348 value_float, ///< an floating point number -- use get_number_float() for actual value 7379 case token_type::value_float: 8263 token_type::value_float if number could be successfully scanned, 8404 number_type = token_type::value_float; 8461 number_type = token_type::value_float; 8587 strtof(value_float, token_buffer.data(), &endptr); 8592 return token_type::value_float; 8727 return value_float; 8926 number_float_t value_float = 0; 11791 case token_type::value_float [all...] |
Completed in 38 milliseconds