Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/test/
A Dtest_kv.js31 var value2 = kv.getStorageSync('aiot'); variable
32 if(!value2 || value2 !== 'alios-things'){
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_stdlib.c133 char * value2; in stdlib_getsetenv() local
155 value2 = SDLTest_RandomAsciiStringOfSize(10); in stdlib_getsetenv()
178 expected = value2; in stdlib_getsetenv()
179 result = SDL_setenv(name, value2, overwrite); in stdlib_getsetenv()
180 SDLTest_AssertPass("Call to SDL_setenv('%s','%s', %i)", name, value2, overwrite); in stdlib_getsetenv()
197 expected = value2; in stdlib_getsetenv()
251 SDL_free(value2); in stdlib_getsetenv()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ActivationFunctions/
A Darm_nn_activations_q15.c79 q15_t value2 = lookup_table[(uint8_t)(1 + ((uint8_t)(in >> shift_size)))]; in arm_nn_activations_direct_q15() local
81 out = ((q31_t)(full_frac - frac) * value + (q31_t)value2 * frac) >> shift_size; in arm_nn_activations_direct_q15()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ActivationFunctions/
A Darm_nn_activations_q15.c79 q15_t value2 = lookup_table[(uint8_t)(1 + ((uint8_t)(in >> shift_size)))]; in arm_nn_activations_direct_q15() local
81 out = ((q31_t)(full_frac - frac) * value + (q31_t)value2 * frac) >> shift_size; in arm_nn_activations_direct_q15()
/AliOS-Things-master/components/py_engine/tests/float/
A Dmath_fun.py87 for value1, value2 in test_vals:
89 print("{:.5g}".format(function(value1, value2)))
/AliOS-Things-master/components/freetype/src/base/
A Dftutil.c417 FT_UInt32 value2; in ft_highpow2() local
426 value2 = value & (value - 1); /* clear lowest bit */ in ft_highpow2()
427 if ( value2 == 0 ) in ft_highpow2()
430 value = value2; in ft_highpow2()
/AliOS-Things-master/components/sensor/drv/
A Ddrv_temp_humi_ams_ens210.c270 uint8_t value, value2; in drv_temp_humi_ams_ens210_validate_id() local
283 ret = sensor_i2c_read(drv, ENS210_REG_SYS_STAT, &value2, 1, I2C_OP_RETRIES); in drv_temp_humi_ams_ens210_validate_id()
303 uint8_t value, value2; in drv_temp_humi_ams_ens210_soft_reset() local
315 ret = sensor_i2c_read(drv, ENS210_REG_SYS_STAT, &value2, 1, I2C_OP_RETRIES); in drv_temp_humi_ams_ens210_soft_reset()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmetrics.py141 value2 = data2[key]
146 data = [v2 - v1 for v1, v2 in zip(value1, value2)]
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/test/
A Dgatt.c48 char value2[VALUE_LEN]; member
58 .value2 = "test value 2",
901 e->data = (uint8_t *)test_svc.value2; in event_char_read()
1226 e->data = (uint8_t *)test_svc.value2; in event2_char_read()
1227 e->len = sizeof(test_svc.value2); in event2_char_read()
/AliOS-Things-master/components/ble_host/bt_shell/bt_host/
A Dgatt.c48 char value2[VALUE_LEN]; member
58 .value2 = "test value 2",
877 e->data = (uint8_t *)test_svc.value2; in event_char_read()
1206 e->data = (uint8_t *)test_svc.value2; in event2_char_read()
1207 e->len = sizeof(test_svc.value2); in event2_char_read()
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/
A Djansson.h234 int json_equal(json_t *value1, json_t *value2);
/AliOS-Things-master/components/jsoncpp/doc/
A Djsoncpp.dox122 reader->parse(start, stop, &value2, &errs);
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A Dmain.cpp2118 Json::Value& value2 = path2.make(root); in JSONTEST_FIXTURE_LOCAL() local
2119 JSONTEST_ASSERT_EQUAL(Json::nullValue, value2); in JSONTEST_FIXTURE_LOCAL()
2830 R"([ "value1" "value2" ] )", in JSONTEST_FIXTURE_LOCAL()
2884 R"( "property" : ["value", "value2"],)" in JSONTEST_FIXTURE_LOCAL()
3159 char const doc[] = R"([ "value1" "value2" ])"; in JSONTEST_FIXTURE_LOCAL()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c9463 duk_tval value2; /* 2nd related value (type specific) */ member
9471 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&heap->lj.value2)); \
22286 duk_push_tval(thr, &lj->value2); in duk_suspend()
22297 DUK_TVAL_SET_UNDEFINED(&lj->value2); in duk_suspend()
54357 &thr->heap->lj.value1, &thr->heap->lj.value2));
54520 DUK_ASSERT(DUK_TVAL_IS_UNDEFINED(&thr->heap->lj.value2));
55963 DUK_TVAL_SET_UNDEFINED(&res->lj.value2);
57032 duk__mark_tval(heap, &heap->lj.value2);
73098 DUK_TVAL_SET_UNDEFINED_UPDREF_NORZ(thr, &thr->heap->lj.value2);
82668 (duk_tval *) &thr->heap->lj.value2,
[all …]

Completed in 299 milliseconds