/third_party/openssl/crypto/aes/asm/ |
D | aest4-sparcv9.pl | 134 ldd [$key + 32], %f16 145 aes_eround01 %f16, %f4, %f2, %f0 147 ldd [$key + 16], %f16 155 aes_eround01_l %f16, %f4, %f2, %f0 212 ldd [$key + 32], %f16 223 aes_dround01 %f16, %f4, %f2, %f0 225 ldd [$key + 16], %f16 233 aes_dround01_l %f16, %f4, %f2, %f0 606 aes_eround01 %f16, %f0, %f2, %f4 608 ldd [$key + 208], %f16 [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
D | ATI_texture_float.txt | 123 RGBA_FLOAT16_ATI RGBA f16 f16 f16 f16 124 RGB_FLOAT16_ATI RGB f16 f16 f16 125 ALPHA_FLOAT16_ATI ALPHA f16 126 INTENSITY_FLOAT16_ATI INTENSITY f16 127 LUMINANCE_FLOAT16_ATI LUMINANCE f16 128 LUMINANCE_ALPHA_FLOAT16_ATI LUMINANCE_ALPHA f16 f16
|
/third_party/openGLES/extensions/ATI/ |
D | ATI_texture_float.txt | 123 RGBA_FLOAT16_ATI RGBA f16 f16 f16 f16 124 RGB_FLOAT16_ATI RGB f16 f16 f16 125 ALPHA_FLOAT16_ATI ALPHA f16 126 INTENSITY_FLOAT16_ATI INTENSITY f16 127 LUMINANCE_FLOAT16_ATI LUMINANCE f16 128 LUMINANCE_ALPHA_FLOAT16_ATI LUMINANCE_ALPHA f16 f16
|
/third_party/flutter/skia/tools/fiddle/ |
D | fiddle_main.h | 39 DrawOptions(int w, int h, bool r, bool g, bool p, bool k, bool srgb, bool f16, in DrawOptions() 52 , f16(f16) in DrawOptions() 61 SkASSERT(srgb || !f16); in DrawOptions() 69 bool f16; member
|
/third_party/skia/tools/fiddle/ |
D | fiddle_main.h | 40 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/openssl/crypto/camellia/asm/ |
D | cmllt4-sparcv9.pl | 101 ldd [$key + 32], %f16 118 camellia_f %f16, %f2, %f0, %f2 119 ldd [$key + 16], %f16 136 camellia_f %f16, %f2, %f0, %f2 196 ldd [$key - 24], %f16 213 camellia_f %f16, %f2, %f0, %f2 214 ldd [$key - 24], %f16 231 camellia_f %f16, %f2, %f0, %f2 347 ldd [%o4 + 0], %f16 352 camellia_f %f16, %f2, %f0, %f2 [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | genericDefaults.js | 293 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<A, B>(); [all …]
|
D | typeAliases.js | 76 declare function f16(s: StringAndBoolean): string; 78 f16(x); 124 f16(x);
|
D | stringLiteralTypeIsSubtypeOfString.js | 99 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) { } 155 function f16(x) { } function
|
D | typeAliases.types | 188 declare function f16(s: StringAndBoolean): string; 189 >f16 : (s: StringAndBoolean) => string 195 f16(x); 196 >f16(x) : string 197 >f16 : (s: StringAndBoolean) => string
|
D | functionsMissingReturnStatementsAndExpressions.js | 79 function f16() { 193 function f16() { function
|
D | genericDefaults.errors.txt | 314 declare function f16<T, U = V, V = U>(a?: T, b?: U, c?: V): [T, U, V]; 318 f16(); 319 f16(a); 320 f16(a, b); 321 f16(a, b, b); 323 f16<A>(); 324 f16<A>(a); 325 f16<A>(a, b); 326 f16<A>(a, b, b); 327 f16<A, B>(); [all …]
|
/third_party/skia/tests/ |
D | F16StagesTest.cpp | 22 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/flutter/skia/tests/ |
D | F16StagesTest.cpp | 22 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/typescript/tests/cases/compiler/ |
D | genericDefaults.ts | 293 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<A, B>(); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VOP3PInstructions.td | 23 // These operands are only sort of f16 operands. Depending on 25 // values are really f16 converted to f32, so we treat these as f16 87 (f16 (fpround (fma_like (f32 (VOP3PMadMixMods f16:$src0, i32:$src0_modifiers)), 88 (f32 (VOP3PMadMixMods f16:$src1, i32:$src1_modifiers)), 89 (f32 (VOP3PMadMixMods f16:$src2, i32:$src2_modifiers))))), 101 …(build_vector f16:$elt0, (fpround (fma_like (f32 (VOP3PMadMixMods f16:$src0, i32:$src0_modifiers)), 102 … (f32 (VOP3PMadMixMods f16:$src1, i32:$src1_modifiers)), 103 … (f32 (VOP3PMadMixMods f16:$src2, i32:$src2_modifiers))))), 113 f16:$elt0, 114 (AMDGPUclamp (fpround (fma_like (f32 (VOP3PMadMixMods f16:$src0, i32:$src0_modifiers)), [all …]
|
D | SIInstructions.td | 736 (f64 (fpextend f16:$src)), 747 (i32 (fp_to_sint f16:$src)), 752 (i32 (fp_to_uint f16:$src)), 757 (f16 (sint_to_fp i32:$src)), 762 (f16 (uint_to_fp i32:$src)), 780 defm : FMADPat <f16, V_MAC_F16_e64>; 794 def : FMADModsPat<V_MAD_F16, AMDGPUfmad_ftz, f16> { 808 defm : SelectPat <f16>; 970 def : BitConvert <i16, f16, VGPR_32>; 971 def : BitConvert <f16, i16, VGPR_32>; [all …]
|
D | AMDGPUCallingConv.td | 21 CCIfInReg<CCIfType<[f32, i32, f16, v2i16, v2f16] , CCAssignToReg<[ 31 CCIfNotInReg<CCIfType<[f32, i32, f16, v2i16, v2f16] , CCAssignToReg<[ 63 CCIfType<[f32, f16, v2f16] , CCAssignToReg<[ 115 CCIfType<[i32, f32, i16, f16, v2i16, v2f16, i1], CCAssignToReg<[ 120 CCIfType<[i32, f32, v2i16, v2f16, i16, f16, i1], CCAssignToStack<4, 4>>, 133 CCIfType<[i32, f32, i16, f16, v2i16, v2f16], CCAssignToReg<[
|
/third_party/openssl/crypto/des/asm/ |
D | dest4-sparcv9.pl | 78 des_kexpand %f14, 1, %f16 80 des_kexpand %f16, 3, %f20 82 des_kexpand %f16, 2, %f18 83 std %f16, [$out + 0x40] 133 ldd [$key + 0x30], %f16 164 des_round %f16, %f18, %f0, %f0 234 ldd [$key + 0x48], %f16 264 des_round %f16, %f18, %f0, %f0 342 ldd [$key + 0x30], %f16 373 des_round %f16, %f18, %f0, %f0 [all …]
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | stringLiteralTypeIsSubtypeOfString.ts | 98 function f16<T extends String, U extends T>(x: 'a'); function 99 function f16<T extends String, U extends T>(x: U); 100 function f16<T extends String, U extends T>(x: any) { }
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters1.ts | 83 declare function f16<A, B>(a: A, b: B): A | B; 88 let x23 = call(f16, "hello", 42); // unknown 89 let x24 = call<[string, number], string | number>(f16, "hello", 42); // string | number 93 let x32 = callr(sn, f16); // string | number
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ValueTypes.td | 28 def f16 : ValueType<16 , 8>; // 16-bit floating point value 91 def v2f16 : ValueType<32 , 64>; // 2 x f16 vector value 92 def v3f16 : ValueType<48 , 65>; // 3 x f16 vector value 93 def v4f16 : ValueType<64 , 66>; // 4 x f16 vector value 94 def v8f16 : ValueType<128, 67>; // 8 x f16 vector value 95 def v16f16 : ValueType<256, 68>; // 8 x f16 vector value 96 def v32f16 : ValueType<512, 69>; // 8 x f16 vector value 151 def nxv2f16 : ValueType<32 , 118>; // n x 2 x f16 vector value 152 def nxv4f16 : ValueType<64 , 119>; // n x 4 x f16 vector value 153 def nxv8f16 : ValueType<128, 120>; // n x 8 x f16 vector value
|
/third_party/skia/experimental/tools/ |
D | get_examples.py | 61 f16 = srgb and 'f16' in keys 80 cxx_bool(f16), 90 source_image, duration, cxx_bool(f16)]))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 45 def vfp_f16imm : Operand<f16>, 46 PatLeaf<(f16 fpimm), [{ 389 IIC_fpALU16, "vadd", ".f16\t$Sd, $Sn, $Sm", 414 IIC_fpALU16, "vsub", ".f16\t$Sd, $Sn, $Sm", 435 IIC_fpDIV16, "vdiv", ".f16\t$Sd, $Sn, $Sm", 460 IIC_fpMUL16, "vmul", ".f16\t$Sd, $Sn, $Sm", 482 IIC_fpMUL16, "vnmul", ".f16\t$Sd, $Sn, $Sm", 491 NoItinerary, !strconcat("vsel", op, ".f16\t$Sd, $Sn, $Sm"), 520 NoItinerary, !strconcat(op, ".f16\t$Sd, $Sn, $Sm"), 566 IIC_fpCMP16, "vcmpe", ".f16\t$Sd, $Sm", [all …]
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | typeAliases.ts | 75 declare function f16(s: StringAndBoolean): string; 77 f16(x);
|