Home
last modified time | relevance | path

Searched refs:biased (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dnear_lossless_enc.c33 const uint32_t biased = a + (mask >> 1) + ((a >> bits) & 1); in FindClosestDiscretized() local
35 if (biased > 0xff) return 0xff; in FindClosestDiscretized()
36 return biased & ~mask; in FindClosestDiscretized()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_errata_lod.c73 nir_ssa_def *biased = nir_fadd(b, lod, lod_bias); in nir_lod_errata_instr() local
75 nir_fmax(b, biased, min_lod), max_lod); in nir_lod_errata_instr()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl477 std $two0,[$ctx+8*0] ! initial hash value, biased 0
529 ldd [$ctx+8*4],$h0lo ! load [biased] key
628 ldd [$ctx+8*0],$h0lo ! load [biased] hash value
694 ldd [%sp+LOCALS+8*0],$x0 ! load biased input
834 ldd [%sp+LOCALS+8*0],$y0 ! load [biased] input
907 std $x1,[$ctx+8*1] ! store [biased] hash value
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl477 std $two0,[$ctx+8*0] ! initial hash value, biased 0
529 ldd [$ctx+8*4],$h0lo ! load [biased] key
628 ldd [$ctx+8*0],$h0lo ! load [biased] hash value
694 ldd [%sp+LOCALS+8*0],$x0 ! load biased input
834 ldd [%sp+LOCALS+8*0],$y0 ! load [biased] input
907 std $x1,[$ctx+8*1] ! store [biased] hash value

Completed in 3 milliseconds