Home
last modified time | relevance | path

Searched refs:ooa (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c641 LLVMValueRef e, f, ef, ooa; in init_args() local
678 ooa = LLVMBuildFDiv(b, onef, LLVMBuildFSub(b, e, f, ""), "ooa"); in init_args()
680 ooa = lp_build_broadcast_scalar(&bld, ooa); in init_args()
684 lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos); in init_args()
687 dxy20 = LLVMBuildFMul(b, dxy20, ooa, ""); in init_args()
688 dxy01 = LLVMBuildFMul(b, dxy01, ooa, ""); in init_args()
/external/libyuv/files/source/
Drow_common.cc2095 float ooa = 1.0f / area; in CumulativeSumToAverageRow_C() local
2098 dst[0] = (uint8)((bl[w + 0] + tl[0] - bl[0] - tl[w + 0]) * ooa); in CumulativeSumToAverageRow_C()
2099 dst[1] = (uint8)((bl[w + 1] + tl[1] - bl[1] - tl[w + 1]) * ooa); in CumulativeSumToAverageRow_C()
2100 dst[2] = (uint8)((bl[w + 2] + tl[2] - bl[2] - tl[w + 2]) * ooa); in CumulativeSumToAverageRow_C()
2101 dst[3] = (uint8)((bl[w + 3] + tl[3] - bl[3] - tl[w + 3]) * ooa); in CumulativeSumToAverageRow_C()
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc2115 float ooa = 1.0f / area; in CumulativeSumToAverageRow_C() local
2118 dst[0] = (uint8)((bl[w + 0] + tl[0] - bl[0] - tl[w + 0]) * ooa); in CumulativeSumToAverageRow_C()
2119 dst[1] = (uint8)((bl[w + 1] + tl[1] - bl[1] - tl[w + 1]) * ooa); in CumulativeSumToAverageRow_C()
2120 dst[2] = (uint8)((bl[w + 2] + tl[2] - bl[2] - tl[w + 2]) * ooa); in CumulativeSumToAverageRow_C()
2121 dst[3] = (uint8)((bl[w + 3] + tl[3] - bl[3] - tl[w + 3]) * ooa); in CumulativeSumToAverageRow_C()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3504 struct kernel_old_sigaction oa, ooa, *ptr_a = &oa, *ptr_oa = &ooa; in _syscall2() local