Home
last modified time | relevance | path

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 Dlog_scale.c50 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 Djsbignum.texi242 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 Daudio.c51 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 Daudio.c152 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 Dtemplate.c57 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 Dlegacy_test_integer_01.expected1 // Max signed integer
A Dlegacy_test_integer_01.json1 // Max signed integer
A Dlegacy_test_integer_02.expected1 // Min signed integer
A Dlegacy_test_integer_02.json1 // Min signed integer
A Dlegacy_test_integer_03.expected1 // Max unsigned integer
A Dlegacy_test_integer_03.json1 // Max unsigned integer
A Dlegacy_test_integer_04.expected1 // Min unsigned integer
A Dlegacy_test_integer_04.json1 // Min unsigned integer
A Dlegacy_test_real_01.expected1 // 2^33 => out of integer range, switch to double
A Dlegacy_test_real_01.json1 // 2^33 => out of integer range, switch to double
A Dlegacy_test_real_02.expected1 // -2^32 => out of signed integer range, switch to double
A Dlegacy_test_real_02.json1 // -2^32 => out of signed integer range, switch to double
A Dlegacy_test_real_03.expected1 // -2^32 => out of signed integer range, switch to double
A Dlegacy_test_real_03.json1 // -2^32 => out of signed integer range, switch to double
A Dlegacy_test_real_08.expected1 // Out of 32-bit integer range, switch to double in 32-bit mode. Length the
A Dlegacy_test_real_08.json1 // Out of 32-bit integer range, switch to double in 32-bit mode. Length the
A Dlegacy_test_real_09.json1 // Out of 64-bit integer range, switch to double in all modes. Length the same
A Dlegacy_test_real_09.expected1 // Out of 64-bit integer range, switch to double in all modes. Length the same
A Dlegacy_test_real_10.expected1 // Out of 32-bit signed integer range, switch to double in all modes. Length
A Dlegacy_test_real_10.json1 // Out of 32-bit signed integer range, switch to double in all modes. Length

Completed in 12 milliseconds

1234