Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
Drounding_mode.cpp42 static const int int_rounds[ kRoundingModeCount ] = { _ARM_FE_TOWARDZERO, in set_round() local
44 const int *p = int_rounds; in set_round()
84 …static const int int_rounds[ kRoundingModeCount ] = { FE_TOWARDZERO, FE_TONEAREST, FE_UPWARD, FE_D… in set_round() local
85 const int *p = int_rounds; in set_round()
130 …static const int int_rounds[ kRoundingModeCount ] = { _RC_CHOP, _RC_NEAR, _RC_UP, _RC_DOWN, _RC_CH… in set_round() local
131 const int *p = ( outType == kfloat || outType == kdouble )? flt_rounds : int_rounds; in set_round()