Searched refs:integer (Results 1 – 25 of 78) sorted by relevance
1234
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | log_scale.c | 50 const uint32_t integer = MostSignificantBit32(x) - 1; in Log() local 51 const uint32_t fraction = Log2FractionPart(x, integer); in Log() 52 const uint32_t log2 = (integer << kLogScaleLog2) + fraction; in Log()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | jsbignum.texi | 242 Round to an integer. No additional rounding is performed. 250 to the nearest integer with ties to even (remainder). @code{e} is an 364 Read-only integer. Return the minimum allowed exponent size in 368 Read-only integer. Return the maximum allowed exponent size in 372 Read-only integer. Round to nearest, with ties to even rounding mode. 375 Read-only integer. Round to zero rounding mode. 378 Read-only integer. Round to -Infinity rounding mode. 381 Read-only integer. Round to +Infinity rounding mode. 387 Read-only integer. Round away from zero rounding mode. 390 Read-only integer. Faithful rounding mode. The result is [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | audio.c | 51 ucontrol->value.integer.value[0] = mute; in codec_hw_mute_state_get() 62 mute = ucontrol->value.integer.value[0]; in codec_hw_mute_state_put() 79 ucontrol->value.integer.value[0] = volume; in codec_hw_vol_get() 90 volume = ucontrol->value.integer.value[0]; in codec_hw_vol_put()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | audio.c | 152 ucontrol->value.integer.value[0] = mute; in codec_hw_mute_state_get() 163 mute = ucontrol->value.integer.value[0]; in codec_hw_mute_state_put() 179 ucontrol->value.integer.value[0] = volume; in codec_hw_vol_get() 190 volume = ucontrol->value.integer.value[0]; in codec_hw_vol_put()
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | template.c | 57 ucontrol->value.integer.value[0] = mute; in codec_hw_mute_state_get() 68 mute = ucontrol->value.integer.value[0]; in codec_hw_mute_state_put() 91 ucontrol->value.integer.value[0] = volume; in codec_hw_vol_get() 102 volume = ucontrol->value.integer.value[0]; in codec_hw_vol_put()
|
/AliOS-Things-master/components/jsoncpp/test/data/ |
A D | legacy_test_integer_01.expected | 1 // Max signed integer
|
A D | legacy_test_integer_01.json | 1 // Max signed integer
|
A D | legacy_test_integer_02.expected | 1 // Min signed integer
|
A D | legacy_test_integer_02.json | 1 // Min signed integer
|
A D | legacy_test_integer_03.expected | 1 // Max unsigned integer
|
A D | legacy_test_integer_03.json | 1 // Max unsigned integer
|
A D | legacy_test_integer_04.expected | 1 // Min unsigned integer
|
A D | legacy_test_integer_04.json | 1 // Min unsigned integer
|
A D | legacy_test_real_01.expected | 1 // 2^33 => out of integer range, switch to double
|
A D | legacy_test_real_01.json | 1 // 2^33 => out of integer range, switch to double
|
A D | legacy_test_real_02.expected | 1 // -2^32 => out of signed integer range, switch to double
|
A D | legacy_test_real_02.json | 1 // -2^32 => out of signed integer range, switch to double
|
A D | legacy_test_real_03.expected | 1 // -2^32 => out of signed integer range, switch to double
|
A D | legacy_test_real_03.json | 1 // -2^32 => out of signed integer range, switch to double
|
A D | legacy_test_real_08.expected | 1 // Out of 32-bit integer range, switch to double in 32-bit mode. Length the
|
A D | legacy_test_real_08.json | 1 // Out of 32-bit integer range, switch to double in 32-bit mode. Length the
|
A D | legacy_test_real_09.json | 1 // Out of 64-bit integer range, switch to double in all modes. Length the same
|
A D | legacy_test_real_09.expected | 1 // Out of 64-bit integer range, switch to double in all modes. Length the same
|
A D | legacy_test_real_10.expected | 1 // Out of 32-bit signed integer range, switch to double in all modes. Length
|
A D | legacy_test_real_10.json | 1 // Out of 32-bit signed integer range, switch to double in all modes. Length
|
Completed in 19 milliseconds
1234