Home
last modified time | relevance | path

Searched defs:integer (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/rust/crates/minimal-lexical/tests/
Dslow_tests.rs52 let integer = b"2"; in slow_test() localVariable
74 let integer = b"8"; in slow_test() localVariable
271 let integer = b"2"; in parse_mantissa_test() localVariable
291 let integer = b"7"; in parse_mantissa_test() localVariable
311 …let integer = b"7410984687618698162648531893023320585475897039214871466383785237510132609053131277… in parse_mantissa_test() localVariable
318 …let integer = b"7410984687618698162648531893023320585475897039214871466383785237510132609053131277… in parse_mantissa_test() localVariable
Dparse_tests.rs5 let integer = integer.as_bytes().iter(); in check_parse_float() localVariable
/third_party/cJSON/tests/
Dparse_number.c46 static void assert_parse_number(const char *string, int integer, double real) in assert_parse_number()
65 static void assert_parse_int64_number(const char *string, long long integer, double real) in assert_parse_int64_number()
76 static void assert_parse_int64_number_with_type(const char *string, long long integer, double real) in assert_parse_int64_number_with_type()
/third_party/rust/crates/serde/test_suite/tests/ui/expected-string/
Dinteger.rs6 integer: (), field
/third_party/typescript/tests/baselines/reference/
DlinkTagEmit1.js20 function computeCommonSourceDirectoryOfFilenames(integer) { argument
/third_party/jerryscript/tests/jerry/
Dvariables.js17 var integer = -4; variable
/third_party/icu/icu4c/source/common/
Duelement.h41 int32_t integer; member
/third_party/skia/third_party/externals/icu/source/common/
Duelement.h41 int32_t integer; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DValueIterator.java54 public int integer; field in ValueIterator.Element
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DValueIterator.java52 public int integer; field in ValueIterator.Element
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest2.h1 typedef int integer; typedef
Dtest1.cc15 typedef int integer; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dexp_fp16.h41 int integer; in single_exp_fp16() local
/third_party/libabigail/tests/data/test-read-ctf/
Dtest7.h3 typedef int integer; typedef
Dtest6.c15 typedef int integer; typedef
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftbdf.h122 FT_Int32 integer; member
/third_party/icu/icu4c/source/i18n/unicode/
Dtranslit.h521 int32_t integer; member
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtranslit.h521 int32_t integer; member
/third_party/alsa-lib/src/pcm/
Dpcm_ext_parm.h7 unsigned int integer: 1; member
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.c131 double integer; in deRoundEven() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp111 if (auto integer = constant->AsIntConstant()) { in FindOrCreateToggledIntegerConstant() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp111 if (auto integer = constant->AsIntConstant()) { in FindOrCreateToggledIntegerConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp111 if (auto integer = constant->AsIntConstant()) { in FindOrCreateToggledIntegerConstant() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_index_py.h237 explicit TensorIndex(int64_t integer) : integer_(integer), type_(TensorIndexType::Integer) {} in TensorIndex()
238 explicit TensorIndex(int integer) : TensorIndex(static_cast<int64_t>(integer)) {} in TensorIndex()
239 explicit TensorIndex(const py::int_ &integer) : TensorIndex(integer.cast<int64_t>()) {} in TensorIndex()
298 inline int64_t integer() const { return integer_; } in integer() function
/third_party/mesa3d/src/mesa/main/
Dvarray.c480 bool normalized, bool integer, bool doubles) in vertex_format_to_pipe_format()
548 GLboolean normalized, GLboolean integer, in _mesa_set_vertex_format()
651 GLboolean integer, GLboolean doubles, in _mesa_update_array_format()
700 bool integer, bool doubles, in validate_array_format()
825 GLboolean normalized, GLboolean integer, GLboolean doubles, in validate_array()
883 GLboolean normalized, GLboolean integer, in validate_array_and_format()
918 GLboolean normalized, GLboolean integer, GLboolean doubles, in update_array()
1536 const GLboolean integer = GL_FALSE; in _mesa_EdgeFlagPointer_no_error() local
1549 const GLboolean integer = GL_FALSE; in _mesa_EdgeFlagPointer() local
1573 const GLboolean integer = GL_FALSE; in _mesa_VertexArrayEdgeFlagOffsetEXT() local
[all …]

1234