Searched defs:NAN (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/wifi/1.2/default/tests/
H A Dmock_wifi_legacy_hal.cpp21 #undef NAN // This is weird, NAN is defined in bionic/libc/include/math.h:38 macro
H A Dmock_wifi_mode_controller.cpp21 #undef NAN // This is weird, NAN is defined in bionic/libc/include/math.h:38 macro
H A Dhidl_struct_util_unit_tests.cpp21 #undef NAN macro
H A Dwifi_chip_unit_tests.cpp21 #undef NAN // This is weird, NAN is defined in bionic/libc/include/math.h:38 macro
142 } else if (type == IfaceType::NAN) {
192 } else if (type == IfaceType::NAN) {
254 ASSERT_TRUE(createIface(IfaceType::NAN).empty());
285 ASSERT_TRUE(createIface(IfaceType::NAN).empty());
289 // Mode 1 - STA + P2P/NAN
313 ASSERT_FALSE(createIface(IfaceType::NAN).empty());
332 ASSERT_FALSE(createIface(IfaceType::NAN).empty());
340 ASSERT_TRUE(createIface(IfaceType::NAN)
[all...]
/hardware/qcom/msm8998/json-c/
H A Djson_tokener.c54 /* Use C99 NAN by default; if not available, nan("") should work too. */
55 #ifndef NAN
56 #define NAN nan("") macro
57 #endif /* !NAN */
411 current = json_object_new_double(NAN);

Completed in 77 milliseconds