OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min32
(Results
1 - 3
of
3
) sorted by null
/bionic/tests/
sys_param_test.cpp
42
int32_t
min32
= INT32_MIN;
local
44
ASSERT_TRUE(powerof2(
min32
));
45
ASSERT_FALSE(powerof2(
min32
+ 1));
/external/libhevc/encoder/
ia_basic_ops32.h
27
/* List of functions: 1.
min32
*/
80
/* Function name :
min32
*/
104
static PLATFORM_INLINE WORD32
min32
(WORD32 a, WORD32 b)
function
[
all
...]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java
627
public float
min32
() { return (float) mMinValue; }
method in class:Target.Floaty
Completed in 959 milliseconds