Home
last modified time | relevance | path

Searched refs:f16 (Results 1 - 25 of 144) sorted by relevance

123456

/third_party/skia/tools/fiddle/
H A Dfiddle_main.h40 DrawOptions(int w, int h, bool r, bool g, bool p, bool k, bool srgb, bool f16, in DrawOptions()
53 , f16(f16) in DrawOptions()
61 SkASSERT(srgb || !f16); in DrawOptions()
69 bool f16; member
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl136 ldd [$key + 32], %f16
147 aes_eround01 %f16, %f4, %f2, %f0
149 ldd [$key + 16], %f16
157 aes_eround01_l %f16, %f4, %f2, %f0
214 ldd [$key + 32], %f16
225 aes_dround01 %f16, %f4, %f2, %f0
227 ldd [$key + 16], %f16
235 aes_dround01_l %f16, %f4, %f2, %f0
608 aes_eround01 %f16, %f0, %f2, %f4
610 ldd [$key + 208], %f16
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl136 ldd [$key + 32], %f16
147 aes_eround01 %f16, %f4, %f2, %f0
149 ldd [$key + 16], %f16
157 aes_eround01_l %f16, %f4, %f2, %f0
214 ldd [$key + 32], %f16
225 aes_dround01 %f16, %f4, %f2, %f0
227 ldd [$key + 16], %f16
235 aes_dround01_l %f16, %f4, %f2, %f0
608 aes_eround01 %f16, %f0, %f2, %f4
610 ldd [$key + 208], %f16
[all...]
/third_party/typescript/tests/baselines/reference/
H A DgenericDefaults.js293 declare function f16<T, U = V, V = U>(a?: T, b?: U, c?: V): [T, U, V];
295 f16();
296 f16(a);
297 f16(a, b);
298 f16(a, b, b);
300 f16<A>();
301 f16<A>(a);
302 f16<A>(a, b);
303 f16<A>(a, b, b);
304 f16<
[all...]
H A DtypeAliases.js76 declare function f16(s: StringAndBoolean): string;
78 f16(x);
124 f16(x);
H A DstringLiteralTypeIsSubtypeOfString.js99 function f16<T extends String, U extends T>(x: 'a');
100 function f16<T extends String, U extends T>(x: U);
101 function f16<T extends String, U extends T>(x: any) { }
156 function f16(x) { } function
H A DgenericRestParameters1.js81 declare function f16<A, B>(a: A, b: B): A | B;
86 let x23 = call(f16, "hello", 42); // unknown
87 let x24 = call<[string, number], string | number>(f16, "hello", 42); // string | number
91 let x32 = callr(sn, f16); // string | number
240 var x23 = call(f16, "hello", 42); // unknown
241 var x24 = call(f16, "hello", 42); // string | number
244 var x32 = callr(sn, f16); // string | number
317 declare function f16<A, B>(a: A, b: B): A | B;
H A DfunctionsMissingReturnStatementsAndExpressions.js79 function f16() { function
193 function f16() {
H A DdisallowLineTerminatorBeforeArrow.js48 var f16 = (a: number, b = 10):
125 var f16 = function (a, b) { function
H A DobjectLiteralErrors.js39 var f16 = { 0x20: 0, get 3.2e1() { return 0; } };
92 var f16 = { 0x20: 0, get 3.2e1() { return 0; } };
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_packing_builtins.cpp841 * Let f16 be a float16 value. The sign, exponent, and mantissa in pack_half_1x16_nosign()
910 * The resultant f16 will also be NaN. in pack_half_1x16_nosign()
1029 /* uvec2 f16; */ in lower_pack_half_2x16()
1030 ir_variable *f16 = factory.make_temp(glsl_type::uvec2_type, in lower_pack_half_2x16() local
1049 /* Set f16's exponent and mantissa bits. in lower_pack_half_2x16()
1051 * f16.x = pack_half_1x16_nosign(e.x, m.x); in lower_pack_half_2x16()
1052 * f16.y = pack_half_1y16_nosign(e.y, m.y); in lower_pack_half_2x16()
1054 factory.emit(assign(f16, pack_half_1x16_nosign(swizzle_x(f), in lower_pack_half_2x16()
1058 factory.emit(assign(f16, pack_half_1x16_nosign(swizzle_y(f), in lower_pack_half_2x16()
1063 /* Set f16' in lower_pack_half_2x16()
1246 ir_variable *f16 = factory.make_temp(glsl_type::uvec2_type, lower_unpack_half_2x16() local
[all...]
H A Dir.cpp716 ir_constant::ir_constant(float16_t f16, unsigned vector_elements) in ir_constant() argument
723 this->value.f16[i] = f16.bits; in ir_constant()
882 case GLSL_TYPE_FLOAT16: this->value.f16[0] = c->value.f16[i]; break; in ir_constant()
939 this->value.f16[i * type->vector_elements + i] = in ir_constant()
940 value->value.f16[0]; in ir_constant()
965 this->value.f16[i] = value->value.f16[0]; in ir_constant()
1043 this->value.f16[ in ir_constant()
[all...]
H A Dopt_minmax.cpp146 float af = _mesa_half_to_float(a->value.f16[c0]); in compare_components()
147 float bf = _mesa_half_to_float(b->value.f16[c1]); in compare_components()
223 float bf = _mesa_half_to_float(b->value.f16[i]); in combine_constant()
224 float cf = _mesa_half_to_float(c->value.f16[i]); in combine_constant()
226 c->value.f16[i] = b->value.f16[i]; in combine_constant()
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl103 ldd [$key + 32], %f16
120 camellia_f %f16, %f2, %f0, %f2
121 ldd [$key + 16], %f16
138 camellia_f %f16, %f2, %f0, %f2
198 ldd [$key - 24], %f16
215 camellia_f %f16, %f2, %f0, %f2
216 ldd [$key - 24], %f16
233 camellia_f %f16, %f2, %f0, %f2
349 ldd [%o4 + 0], %f16
354 camellia_f %f16,
[all...]
/third_party/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl103 ldd [$key + 32], %f16
120 camellia_f %f16, %f2, %f0, %f2
121 ldd [$key + 16], %f16
138 camellia_f %f16, %f2, %f0, %f2
198 ldd [$key - 24], %f16
215 camellia_f %f16, %f2, %f0, %f2
216 ldd [$key - 24], %f16
233 camellia_f %f16, %f2, %f0, %f2
349 ldd [%o4 + 0], %f16
354 camellia_f %f16,
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.c814 uint16_t f16; in ir3_flut() member
816 { .f32 = 0x00000000, .f16 = 0x0000 }, /* 0.0 */ in ir3_flut()
817 { .f32 = 0x3f000000, .f16 = 0x3800 }, /* 0.5 */ in ir3_flut()
818 { .f32 = 0x3f800000, .f16 = 0x3c00 }, /* 1.0 */ in ir3_flut()
819 { .f32 = 0x40000000, .f16 = 0x4000 }, /* 2.0 */ in ir3_flut()
820 { .f32 = 0x402df854, .f16 = 0x4170 }, /* e */ in ir3_flut()
821 { .f32 = 0x40490fdb, .f16 = 0x4248 }, /* pi */ in ir3_flut()
822 { .f32 = 0x3ea2f983, .f16 = 0x3518 }, /* 1/pi */ in ir3_flut()
823 { .f32 = 0x3f317218, .f16 = 0x398c }, /* 1/log2(e) */ in ir3_flut()
824 { .f32 = 0x3fb8aa3b, .f16 in ir3_flut()
[all...]
/third_party/skia/tests/
H A DF16StagesTest.cpp22 f16 = { halfs, 0 }; in DEF_TEST() local
27 p.append(SkRasterPipeline::store_f16, &f16); in DEF_TEST()
41 p.append(SkRasterPipeline:: load_f16, &f16); in DEF_TEST()
/third_party/skia/experimental/tools/
H A Dget_examples.py61 f16 = srgb and 'f16' in keys
80 cxx_bool(f16),
90 source_image, duration, cxx_bool(f16)]))
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_build_data.c76 * \param[in] f16 Whether the data type is F16 or F32.
82 bool f16, in reserve_iterator()
115 assert(!f16); in reserve_iterator()
116 data.f16 = f16; in reserve_iterator()
161 bool f16 = glsl_type_is_16bit(var->type); in collect_io_data_fs() local
165 assert(f16 || glsl_type_is_32bit(var->type)); in collect_io_data_fs()
171 reserve_iterator(&fs_data->iterator_args, i, interp, f16, components); in collect_io_data_fs()
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/node/deps/openssl/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl80 des_kexpand %f14, 1, %f16
82 des_kexpand %f16, 3, %f20
84 des_kexpand %f16, 2, %f18
85 std %f16, [$out + 0x40]
135 ldd [$key + 0x30], %f16
166 des_round %f16, %f18, %f0, %f0
236 ldd [$key + 0x48], %f16
266 des_round %f16, %f18, %f0, %f0
344 ldd [$key + 0x30], %f16
375 des_round %f16,
[all...]
/third_party/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl80 des_kexpand %f14, 1, %f16
82 des_kexpand %f16, 3, %f20
84 des_kexpand %f16, 2, %f18
85 std %f16, [$out + 0x40]
135 ldd [$key + 0x30], %f16
166 des_round %f16, %f18, %f0, %f0
236 ldd [$key + 0x48], %f16
266 des_round %f16, %f18, %f0, %f0
344 ldd [$key + 0x30], %f16
375 des_round %f16,
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler-defs.h38 f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24};
46 f0, f2, f4, f6, f8, f10, f12, f14, f16, f18, f20, f22, f24, f26};
58 f15, f16, f17, f18, f19, f20, f21, f22, f23, f24, f25, f26, f27, f28};
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl229 ldd [%o1 + 0x20], %f16
258 ldd [%o1 + 0x18], %f16
270 faligndata %f14, %f16, %f12
271 faligndata %f16, %f18, %f14
272 faligndata %f18, %f20, %f16
/third_party/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl229 ldd [%o1 + 0x20], %f16
258 ldd [%o1 + 0x18], %f16
270 faligndata %f14, %f16, %f12
271 faligndata %f16, %f18, %f14
272 faligndata %f18, %f20, %f16
/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-param-init4.js131 var f16 = (a = a) =>
135 f16(1)
136 check_reference_error("f16()");

Completed in 13 milliseconds

123456