/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cGPUShader5Tests.cpp | 848 "Verifies that functions encoding floats as bits work as expected") in GPUShader5FloatEncodingTest() 860 static const glw::GLfloat floats[4] = { -1.0f, -1234.0f, 1.0f, 1234.0f }; in iterate() local 868 { Utils::VARIABLE_TYPE_FLOAT, "float", floats }, in iterate() 872 { Utils::VARIABLE_TYPE_INT, "int", floats }, in iterate() 873 { Utils::VARIABLE_TYPE_FLOAT, "float", floats }, in iterate() 878 { Utils::VARIABLE_TYPE_VEC2, "vec2", floats }, in iterate() 882 { Utils::VARIABLE_TYPE_IVEC2, "ivec2", floats }, in iterate() 883 { Utils::VARIABLE_TYPE_VEC2, "vec2", floats }, in iterate() 888 { Utils::VARIABLE_TYPE_VEC3, "vec3", floats }, in iterate() 892 { Utils::VARIABLE_TYPE_IVEC3, "ivec3", floats }, in iterate() [all...] |
/third_party/skia/tests/ |
H A D | F16StagesTest.cpp | 14 float floats[16] = { in DEF_TEST() local 21 SkRasterPipeline_MemoryCtx f32 = { floats, 0 }, in DEF_TEST() 45 REPORTER_ASSERT(r, floats[0] == 0.00f); in DEF_TEST() 46 REPORTER_ASSERT(r, floats[1] == 0.25f); in DEF_TEST() 47 REPORTER_ASSERT(r, floats[2] == 0.50f); in DEF_TEST() 48 REPORTER_ASSERT(r, floats[3] == 1.00f); in DEF_TEST() 49 REPORTER_ASSERT(r, floats[4] == -1.25f); in DEF_TEST() 50 REPORTER_ASSERT(r, floats[5] == -0.50f); in DEF_TEST() 51 REPORTER_ASSERT(r, floats[6] == 1.25f); in DEF_TEST() 52 REPORTER_ASSERT(r, floats[ in DEF_TEST() [all...] |
H A D | SkVMTest.cpp | 2331 float floats[4*63]; 2335 floats[i] = i * (1/255.0f); 2352 program.eval(63, packed, floats); 2370 memset(floats, 0, sizeof(floats)); 2371 program.eval(63, floats, packed); 2373 REPORTER_ASSERT(r, floats[i] == i * (1/255.0f));
|
/third_party/pulseaudio/src/tests/ |
H A D | cpu-sconv-test.c | 47 float *floats; in run_conv_test_float_to_s16() local 53 floats = f + (8 - align); in run_conv_test_float_to_s16() 57 floats[i] = 2.1f * (rand()/(float) RAND_MAX - 0.5f); in run_conv_test_float_to_s16() 61 orig_func(nsamples, floats, samples_ref); in run_conv_test_float_to_s16() 62 func(nsamples, floats, samples); in run_conv_test_float_to_s16() 67 pa_log_debug("%d: %04hx != %04hx (%.24f)\n", i, samples[i], samples_ref[i], floats[i]); in run_conv_test_float_to_s16() 77 func(nsamples, floats, samples); in run_conv_test_float_to_s16() 81 orig_func(nsamples, floats, samples_ref); in run_conv_test_float_to_s16() 98 float *floats, *floats_ref; in run_conv_test_s16_to_float() local 103 floats in run_conv_test_s16_to_float() [all...] |
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-invalid-implicit-conversions.py | 98 floats = ['float', 'vec2', 'vec3', 'vec4'] variable 103 caseFpInt = createCase(op, floats, sintegers) 105 caseFpUint = createCase(op, floats, uintegers)
|
/third_party/json/tests/benchmarks/src/ |
H A D | benchmarks.cpp | 46 BENCHMARK_CAPTURE(ParseFile, floats, TEST_DATA_DIRECTORY "/regression/floats.json"); 79 BENCHMARK_CAPTURE(ParseString, floats, TEST_DATA_DIRECTORY "/regression/floats.json"); 110 BENCHMARK_CAPTURE(Dump, floats / -, TEST_DATA_DIRECTORY "/regression/floats.json", -1); 111 BENCHMARK_CAPTURE(Dump, floats / 4, TEST_DATA_DIRECTORY "/regression/floats.json", 4); 140 BENCHMARK_CAPTURE(ToCbor, floats, TEST_DATA_DIRECTORY "/regression/floats [all...] |
/third_party/json/benchmarks/src/ |
H A D | benchmarks.cpp | 36 BENCHMARK_CAPTURE(ParseFile, floats, TEST_DATA_DIRECTORY "/regression/floats.json"); 69 BENCHMARK_CAPTURE(ParseString, floats, TEST_DATA_DIRECTORY "/regression/floats.json"); 100 BENCHMARK_CAPTURE(Dump, floats / -, TEST_DATA_DIRECTORY "/regression/floats.json", -1); 101 BENCHMARK_CAPTURE(Dump, floats / 4, TEST_DATA_DIRECTORY "/regression/floats.json", 4);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformTest.cpp | 97 std::vector<GLfloat> floats(2, 0); in TEST_P() 98 glGetUniformfv(program, uniformLocation, floats.data()); in TEST_P() 100 ASSERT_EQ(floats, expected); in TEST_P() 121 std::vector<GLfloat> floats(3, 0); in TEST_P() 122 glGetUniformfv(program, uniformLocation, floats.data()); in TEST_P() 124 ASSERT_EQ(floats, expected); in TEST_P() 145 std::vector<GLfloat> floats(4, 0); in TEST_P() 146 glGetUniformfv(program, uniformLocation, floats.data()); in TEST_P() 148 ASSERT_EQ(floats, expected); in TEST_P() 169 std::vector<GLfloat> floats( in TEST_P() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | convert_test.cc | 560 void TestWithMultipleFormatsHelper(const std::vector<Floating> &floats, in TestWithMultipleFormatsHelper() argument 592 for (Floating d : floats) { in TestWithMultipleFormatsHelper() 632 std::vector<float> floats = {0.0f, in TEST_F() local 649 floats.push_back(0.999999989f); in TEST_F() 652 floats.push_back(std::numeric_limits<float>::denorm_min()); in TEST_F() 653 floats.push_back(-std::numeric_limits<float>::denorm_min()); in TEST_F() 661 floats.push_back(sign * std::ldexp(base, exp)); in TEST_F() 668 floats.push_back(std::ldexp(all_ones_mantissa, exp)); in TEST_F() 672 std::sort(floats.begin(), floats in TEST_F() [all...] |
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-invalid-implicit-conversions.py | 93 floats = ['float', 'vec2', 'vec3', 'vec4'] variable 97 caseFpInt = createCase(op, floats, sintegers)
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | compound-sizes.c | 58 static float floats[42]; variable 85 compound-sizes.c:58:25: float static [toplevel] floats[42]: compound size 168, alignment 4
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 584 float *floats = data; in pan_inline_blend_constants() local 586 { .f32 = floats[0] }, in pan_inline_blend_constants() 587 { .f32 = floats[1] }, in pan_inline_blend_constants() 588 { .f32 = floats[2] }, in pan_inline_blend_constants() 589 { .f32 = floats[3] } in pan_inline_blend_constants()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | fmtconvert_vfp.S | 50 @ Array is (2 + multiple of 3) x 8 floats long 129 10: @ Array is (multiple of 3) x 8 floats long 144 11: @ Array is (1 + multiple of 3) x 8 floats long
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | gendata.cpp | 123 void dumpFloats(FILE *file, const char *tag, float *floats, le_int32 count) { in dumpFloats() argument 135 bufp += sprintf(&lineBuffer[bufp], "%f, ", floats[i]); in dumpFloats()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers_test.cc | 62 // Number of floats to test with. 938 std::set<float> floats = {3.4028234e38f}; in ExhaustiveFloat() local 940 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat() 941 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat() 943 floats.insert(testf); in ExhaustiveFloat() 944 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat() 947 float last = *floats.begin(); in ExhaustiveFloat() 951 int iters_per_float = cases / floats.size(); in ExhaustiveFloat() 953 for (float f : floats) { in ExhaustiveFloat()
|
/third_party/mesa3d/src/util/tests/ |
H A D | xmlconfig.cpp | 91 TEST_F(xmlconfig_test, floats) in TEST_F()
|
/third_party/rust/crates/rust-cexpr/tests/ |
H A D | clang.rs | 334 test_file!(floats);
|
/third_party/rust/crates/syn/tests/ |
H A D | test_lit.rs | 187 fn floats() { in floats() functions
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_composite_construct_test.cpp | 36 OpName %11 "floats" in TEST() 246 OpName %11 "floats" in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_composite_construct_test.cpp | 36 OpName %11 "floats" in TEST() 246 OpName %11 "floats" in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_composite_construct_test.cpp | 36 OpName %11 "floats" in TEST() 247 OpName %11 "floats" in TEST()
|
/third_party/python/Lib/test/ |
H A D | test_float.py | 322 floats = (INF, -INF, 0.0, 1.0, NAN) 323 for f in floats: 329 self.assertIn(f, floats) 331 for f in floats: 708 # confirm format options expected to fail on floats, such as integer 1062 # check that floats x and y are identical, or that both
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 4836 float floats[2]; in DecodeAdvancedSIMDTwoOrThreeRegisters() local 4840 get_neon_register<float, kDoubleSize>(vm + r, floats); in DecodeAdvancedSIMDTwoOrThreeRegisters() 4842 floats[e] = canonicalizeNaN(fproundint(floats[e])); in DecodeAdvancedSIMDTwoOrThreeRegisters() 4844 set_neon_register<float, kDoubleSize>(vd + r, floats); in DecodeAdvancedSIMDTwoOrThreeRegisters()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 7842 % floats, there is an additional part, which is not written here: 8527 % BEWARE: when the floats start float, we have to issue warning whenever an 8565 % lists of floats. 8627 % If have an xref label, write the list of floats info. Do this 8656 % BEWARE: when the floats start floating, we have to issue warning 8697 % distinguish floats from other xref types. 8715 % @listoffloats FLOATTYPE - print a list of floats like a table of contents. 8727 % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE. 8731 \message{\linenumber No `\safefloattype' floats to list.}% 8742 % This is called on each entry in a list of floats [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 1092 /// float pos[2]; // important to keep it to 2 floats 5519 struct nk_config_stack_float floats; member 14900 NK_API int NK_STYLE_PUSH_IMPLEMENATION(nk,float, floats) 14906 NK_API int NK_STYLE_POP_IMPLEMENATION(float,floats)
|