Searched refs:const_max (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 645 LLVMValueRef const_max; in lp_build_conv() local 646 const_max = lp_build_const_int_vec(gallivm, src_type, 255); in lp_build_conv() 647 tmp[j] = lp_build_min(&bld, src[j], const_max); in lp_build_conv() 738 LLVMValueRef const_max; in lp_build_conv() local 739 const_max = lp_build_const_int_vec(gallivm, src_type, 255); in lp_build_conv() 740 a = lp_build_min(&bld, a, const_max); in lp_build_conv()
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core_mips.c | 39 int32_t const_max = 0x7fffffff; in WebRtcNsx_SpeechNoiseProb() local 100 : [const_max] "r" (const_max), [const_neg43] "r" (const_neg43), in WebRtcNsx_SpeechNoiseProb()
|