/third_party/skia/tests/ |
H A D | F16StagesTest.cpp | 22 f16 = { halfs, 0 }; in DEF_TEST() local
|
H A D | ReadPixelsTest.cpp | 400 static const uint64_t f16[kNumPixels] = { variable
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.h | 69 bool f16; member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | stringLiteralTypeIsSubtypeOfString.js | 156 function f16(x) { }
function
|
H A D | controlFlowArrays.js | 156 function f16() { function
|
H A D | disallowLineTerminatorBeforeArrow.js | 125 var f16 = function (a, b) {
function
|
H A D | subtypesOfTypeParameterWithConstraints2.js | 268 function f16(x) {
function
|
H A D | functionsMissingReturnStatementsAndExpressions.js | 79 function f16() { function
|
H A D | strictBindCallApply1.js | 133 var f16 = c.generic.bind(c); // typeof C.prototype.generic
variable
|
H A D | controlFlowAliasing.js | 56 function f16(obj: { readonly x: string | number }) { function
|
H A D | controlFlowOptionalChain.js | 357 function f16(o: Thing | undefined) { function
|
H A D | inKeywordTypeguard(strict=false).js | 328 function f16(x: typeof globalThis, y: Window & typeof globalThis) { function
|
H A D | inKeywordTypeguard(strict=true).js | 328 function f16(x: typeof globalThis, y: Window & typeof globalThis) { function
|
H A D | instantiationExpressions.js | 62 function f16(f: { new <T>(a: T): T, (a: string, b: number): string[] }) { function
|
H A D | declarationsAndAssignments.js | 120 function f16() { function
|
H A D | objectLiteralErrors.js | |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_packing_builtins.cpp | 1030 ir_variable *f16 = factory.make_temp(glsl_type::uvec2_type, in lower_pack_half_2x16() local 1246 ir_variable *f16 = factory.make_temp(glsl_type::uvec2_type, lower_unpack_half_2x16() local [all...] |
H A D | ir.cpp | 716 ir_constant::ir_constant(float16_t f16, unsigned vector_elements) in ir_constant() argument [all...] |
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_build_data.c | 161 bool f16 = glsl_type_is_16bit(var->type); in collect_io_data_fs() local 79 reserve_iterator(struct rogue_iterator_args *args, size_t i, enum glsl_interp_mode type, bool f16, size_t components) reserve_iterator() argument
|
/third_party/ffmpeg/libswscale/ |
H A D | yuv2rgb.c | 410 const uint8_t *f16 = ff_dither_2x2_8[(y & 1)^1]; variable
|
/third_party/mesa3d/src/panfrost/util/ |
H A D | pan_lower_framebuffer.c | 340 nir_ssa_def *f16 = nir_f2fmp(b, f32); in pan_unpack_r11g11b10() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_conv.c | 232 LLVMValueRef f16 = LLVMBuildCall2(builder, func_type, func, &f32, 1, ""); in lp_build_float_to_half() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_sse_4.h | 977 __m128i f16 = _mm_cvtepu16_epi32(packedf16); in float_to_float16() local 994 __m128i f16 = _mm_cvtps_ph(_mm_set1_ps(a), 0); in float_to_float16() local
|
H A D | astcenc_vecmathlib_neon_4.h | 905 float16x4_t f16 = vcvt_f16_f32(a.m); in float_to_float16() local 930 float16x4_t f16 = vreinterpret_f16_u16(u16); in float16_to_float() local
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.c | 814 uint16_t f16; in ir3_flut() member [all...] |