Home
last modified time | relevance | path

Searched refs:F0 (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mksh/
H A Dvar_spec.h26 #define F0(name) V_##name = 0, macro
28 #define F0(name) /* nothing */ macro
32 #ifndef F0
33 #define F0 FN macro
36 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
39 F0(NONE)
77 #undef F0 macro
H A Demacsfn.h26 #define F0(cname,sname,flags) XFUNC_##cname = 0, macro
31 #ifndef F0
32 #define F0 FN macro
36 F0(abort, "abort", 0)
113 F0(abort, "abort", 0)
141 #undef F0 macro
H A Dexprtok.h28 #define F0(name,len,prec,enum) enum = 0, macro
44 #ifndef F0
45 #define F0 FN macro
56 F0("++", 2, P_PRIMARY, O_PLUSPLUS) /* before + */
115 #undef F0 macro
/third_party/typescript/tests/baselines/reference/extractConstant/
H A DextractConstant_StatementInsertionPosition5.js3 function F0() { function
12 function F0() {
20 // ==SCOPE::Extract to constant in function 'F0'==
22 function F0() {
32 function F0() {
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl39 ($A,$B,$C,$D,$E, $Arot,$F,$F0,$T,$K) = map("A$_",(16..20, 21..25));
103 || ANDN $D,$B,$F0
106 XOR $F0,$F,$F ; F_00_19(B,C,D)
125 || ANDN $D,$B,$F0
128 XOR $F0,$F,$F ; F_00_19(B,C,D)
151 || ANDN $D,$B,$F0
154 XOR $F0,$F,$F ; F_00_19(B,C,D)
183 || ANDN $D,$B,$F0
187 XOR $F0,$F,$F ; F_00_19(B,C,D)
256 || AND $B,$D,$F0
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl39 ($A,$B,$C,$D,$E, $Arot,$F,$F0,$T,$K) = map("A$_",(16..20, 21..25));
103 || ANDN $D,$B,$F0
106 XOR $F0,$F,$F ; F_00_19(B,C,D)
125 || ANDN $D,$B,$F0
128 XOR $F0,$F,$F ; F_00_19(B,C,D)
151 || ANDN $D,$B,$F0
154 XOR $F0,$F,$F ; F_00_19(B,C,D)
183 || ANDN $D,$B,$F0
187 XOR $F0,$F,$F ; F_00_19(B,C,D)
256 || AND $B,$D,$F0
[all...]
/third_party/typescript/tests/baselines/reference/
H A DunionTypeCallSignatures6.js6 type F0 = () => void;
13 declare var f2: F0 | F1;
30 f0: F0 | F3;
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dparallelize.h51 template <typename F0, typename... FN>
52 MARL_NO_EXPORT inline void parallelize(F0&& f0, FN&&... fn) { in parallelize()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/
H A DparseParams.js6 const RE_ENCODED = /%[a-fA-F0-9][a-fA-F0-9]/g
97 '%f0': '\xf0', '%F0': '\xf0', '%f1': '\xf1', '%F1': '\xf1', '%f2': '\xf2',
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h24 static constexpr F F0 = F() + 0.0f, variable
27 static constexpr F F0 = 0.0f,
178 return if_then_else(em < 0x0400, F0, norm); in F_from_Half()
203 return cast<U16>(if_then_else(em < 0x38800000, (U32)F0 in Half_from_F()
256 return roundtrip - if_then_else(roundtrip > x, F1, F0); in floor_()
297 I32 bits = cast<I32>(max_(fbits, F0)); in approx_exp2()
304 return if_then_else((x == F0) | (x == F1), x in approx_pow()
344 F v = approx_pow(max_(tf->a + tf->b * approx_pow(x, tf->c), F0) in apply_pq()
646 F ix = max_(F0, min_(v, F1)) * (float)(curve->table_entries - 1); in table()
745 *r = *g = *b = F0; in clut()
[all...]
/third_party/curl/tests/
H A Dgetpart.pm70 $s =~ s/([a-fA-F0-9][a-fA-F0-9])/chr(hex($1))/eg;
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Ddep-valid.js85 const reqCommit = /^[a-fA-F0-9]{40}$/.test(requested.gitCommittish || '')
/third_party/libwebsockets/lib/misc/
H A Dsha-1.c73 #define F0(b, c, d) (((b) & (c)) | ((~(b)) & (d))) macro
155 tmp = S(5, a) + F0(b, c, d) + e + W(s) + K(t); in sha1_step()
/third_party/python/Modules/
H A Dsha1module.c108 #define F0(x,y,z) (z ^ (x & (y ^ z))) macro
136 #define FF_0(a,b,c,d,e,i) e = (ROLc(a, 5) + F0(b,c,d) + e + W[i] + 0x5a827999UL); b = ROLc(b, 30); in sha1_compress()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_sse2.c108 const __m128i F0 = _mm_srli_epi32(C0, 16); // 0 0 | x db in CollectColorBlueTransforms_SSE2() local
110 const __m128i G0 = _mm_sub_epi8(E0, F0); // 0 0 | x b' in CollectColorBlueTransforms_SSE2()
152 const __m128i F0 = _mm_and_si128(E0, mask); // 0 0 | 0 r' in CollectColorRedTransforms_SSE2() local
154 const __m128i I = _mm_packs_epi32(F0, F1); in CollectColorRedTransforms_SSE2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp959 EmitInstrRegReg(STI, MovOpc, Mips::V0, Mips::F0); in EmitSwapFPIntRetval()
962 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE); in EmitSwapFPIntRetval()
965 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE); in EmitSwapFPIntRetval()
968 EmitMovFPIntPair(STI, MovOpc, Mips::V0, Mips::V1, Mips::F0, Mips::F1, LE); in EmitSwapFPIntRetval()
/third_party/mbedtls/library/
H A Daes.c124 V(15, FA, FA, EF), V(EB, 59, 59, B2), V(C9, 47, 47, 8E), V(0B, F0, F0, FB), \
146 V(F0, 50, 50, A0), V(44, 3C, 3C, 78), V(BA, 9F, 9F, 25), V(E3, A8, A8, 4B), \
167 V(D5, BA, BA, 6F), V(88, 78, 78, F0), V(6F, 25, 25, 4A), V(72, 2E, 2E, 5C), \
251 V(02, 75, 2F, C3), V(12, F0, 4C, 81), V(A3, 97, 46, 8D), V(C6, F9, D3, 6B), \
255 V(B6, 4F, E1, BE), V(17, AD, 88, F0), V(66, AC, 20, C9), V(B4, 3A, CE, 7D), \
262 V(2B, 1C, CF, 8A), V(92, B4, 79, A7), V(F0, F2, 07, F3), V(A1, E2, 69, 4E), \
285 V(C4, 8C, FC, A8), V(1A, 3F, F0, A0), V(D8, 2C, 7D, 56), V(EF, 90, 33, 22), \
H A Dsha256.c466 #define F0(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) macro
479 local.temp2 = S2(a) + F0((a), (b), (c)); \
H A Dsha512.c619 #define F0(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha512_process_c() macro
626 local.temp2 = S2(a) + F0((a), (b), (c)); \ in mbedtls_internal_sha512_process_c()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dtype_vec4.hpp159 template <int E0, int E1, int F0, int F1>
160 GLM_FUNC_DECL tvec4(detail::_swizzle<2, T, P, glm::tvec2, E0, E1, -1, -2> const & v, detail::_swizzle<2, T, P, glm::tvec2, F0, F1, -1, -2> const & u) in tvec4()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DTestUtil.h233 Dqword(T0 F0, T1 F1, T2 F2, T3 F3) {
234 F32[0] = F0;
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp.asm347 pmaddwd mm3, mm4 ; multiply 2px with F0/F1
354 pmaddwd mm0, mm4 ; multiply backed up 2px with F0/F1
397 pmaddwd mm1, mm4 ; multiply 2px with F0/F1
408 pmaddwd mm0, mm4 ; multiply 1st backed up 2px with F0/F1
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DTestUtil.h345 Dqword(T0 F0, T1 F1, T2 F2, T3 F3) {
346 F32[0] = F0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp139 Sparc::F0, Sparc::F1, Sparc::F2, Sparc::F3,
428 unsigned regIdx = Reg - Sparc::F0; in MorphToDoubleReg()
442 regIdx = Reg - Sparc::F0; in MorphToQuadReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp314 APFloat &F0 = getFpVal(); in operator *=() local
317 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal), in operator *=()
320 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven); in operator *=()

Completed in 25 milliseconds

12