Searched refs:glo (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 473 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_; 477 xor $a0,$flo,$glo 494 xor $a0,$a0,$glo ; Ch(e,f,g) 568 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
|
H A D | sha512-parisc.pl | 391 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo,$flag)=@_; 412 andcm $glo,$elo,$a2
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 473 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_; 477 xor $a0,$flo,$glo 494 xor $a0,$a0,$glo ; Ch(e,f,g) 568 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo)=@_;
|
H A D | sha512-parisc.pl | 391 $ehi,$elo,$fhi,$flo,$ghi,$glo,$hhi,$hlo,$flag)=@_; 412 andcm $glo,$elo,$a2
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 343 LLVMValueRef r, g, b, rblo, glo; in color_expand2_565_to_8888() local 378 glo = LLVMBuildLShr(builder, g, lp_build_const_int_vec(gallivm, type16, 6), ""); in color_expand2_565_to_8888() 379 g = LLVMBuildOr(builder, g, glo, ""); in color_expand2_565_to_8888() 410 LLVMValueRef rgba, r, g, b, rgblo, glo; in color_expand_565_to_8888() local 448 glo = LLVMBuildLShr(builder, g, lp_build_const_int_vec(gallivm, type, 6), ""); in color_expand_565_to_8888() 449 rgblo = LLVMBuildOr(builder, rgblo, glo, ""); in color_expand_565_to_8888()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 7919 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; in image_transform_png_set_rgb_to_gray_mod() local 7944 g = glo = ghi = that->greenf; in image_transform_png_set_rgb_to_gray_mod() 7945 glo -= that->greene; in image_transform_png_set_rgb_to_gray_mod() 7946 glo = DD(glo, calc_depth, 1/*round*/); in image_transform_png_set_rgb_to_gray_mod() 7971 glo = DD(glo, gamma_depth, 0/*truncate*/); in image_transform_png_set_rgb_to_gray_mod() 7983 glo = DD(pow(glo, power)-abse, calc_depth, 1); in image_transform_png_set_rgb_to_gray_mod() 8009 glo * (dat in image_transform_png_set_rgb_to_gray_mod() [all...] |
Completed in 22 milliseconds