Searched defs:flt (Results 1 - 19 of 19) sorted by relevance

/external/bluetooth/hcidump/src/
H A Dcsrsniff.c159 struct hci_filter flt; local
237 hci_filter_clear(&flt);
238 hci_filter_set_ptype(HCI_ACLDATA_PKT, &flt);
239 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
240 hci_filter_set_event(EVT_VENDOR, &flt);
242 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
H A Dbpasniff.c265 struct hci_filter flt; local
284 hci_filter_clear(&flt);
285 hci_filter_set_ptype(HCI_VENDOR_PKT, &flt);
286 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
287 hci_filter_set_event(EVT_VENDOR, &flt);
289 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
H A Dhcidump.c536 struct hci_filter flt; local
583 hci_filter_clear(&flt);
584 hci_filter_all_ptypes(&flt);
585 hci_filter_all_events(&flt);
586 if (setsockopt(sk, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
/external/qemu/
H A Dbt-host.c151 struct hci_filter flt; local
170 hci_filter_clear(&flt);
171 hci_filter_all_ptypes(&flt);
172 hci_filter_all_events(&flt);
174 if (setsockopt(fd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
/external/libffi/src/sparc/
H A Dffi.c326 int ffi_v9_layout_struct(ffi_type *arg, int off, char *ret, char *intg, char *flt) argument
338 off = ffi_v9_layout_struct(*ptr, off, ret, intg, flt);
346 memmove(ret + off, flt + off, (*ptr)->size);
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp174 LONG flt; local
190 flt = *p_flt++;
192 accu1 = SMULBB( sta1, flt);
194 accu1 = SMLABT( accu1, sta1, flt);
196 flt = *p_flt++;
198 accu1 = SMLABB( accu1, sta1, flt);
200 accu1 = SMLABT( accu1, sta1, flt);
202 flt = *p_flt++;
204 accu1 = SMLABB( accu1, sta1, flt);
213 accu0 = SMULBT( sta0, flt);
[all...]
/external/icu4c/test/iotest/
H A Diotest.cpp380 volatile float flt, expectedFlt; // Use volatile in order to get around an Intel compiler issue. local
432 uBufferLenReturned = u_sscanf_u(argument, format, &flt);
433 //uFileBufferLenReturned = u_fscanf_u(testFile, format, flt);
434 if (flt != expectedFlt) {
436 i, flt, expectedFlt);
/external/libffi/darwin-x86/
H A Dffi.h206 float flt; member in union:__anon6708
217 float flt; member in union:__anon6709
/external/libffi/include/
H A Dffi_real.h207 float flt; member in union:__anon6716
218 float flt; member in union:__anon6717
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_message_filter.cc93 AutomationResourceMessageFilter* flt,
95 : tab_handle(tab), ref_count(1), filter(flt),
91 AutomationDetails( int tab, AutomationResourceMessageFilter* flt, bool pending_view) argument
/external/bluetooth/bluez/test/
H A Dhciemu.c1081 struct hci_filter flt; local
1101 hci_filter_clear(&flt);
1102 hci_filter_all_ptypes(&flt);
1103 hci_filter_all_events(&flt);
1105 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java960 public static short convertFloatToHalf(float flt) { argument
961 if (Float.isNaN(flt)) {
963 } else if (flt == Float.POSITIVE_INFINITY) {
965 } else if (flt == Float.NEGATIVE_INFINITY) {
967 } else if (flt == 0f) {
969 } else if (flt == -0f) {
971 } else if (flt > 65504f) {
974 } else if (flt < -65504f) {
976 } else if (flt > 0f && flt < 5.9604
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c50 float flt; member in union:__anon12808
126 void print_single(char *msg, float *flt) argument
129 F.flt = *flt;
136 printf("%15s : flt %-20a = %c(%4d, %06x)\n",
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
149 E.flt = *expected;
150 R.flt = (float)dbl;
164 round_mode_name[mode], result, R.flt, dbl);
166 print_single("\n\texpected", &E.flt);
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c50 float flt; member in union:__anon12835
126 void print_single(char *msg, float *flt) argument
129 F.flt = *flt;
136 printf("%15s : flt %-20a = %c(%4d, %06x)\n",
137 msg, F.flt, (F.layout.sign == 0 ? '+' : '-'), F.layout.exp, F.layout.frac << 1);
149 E.flt = *expected;
150 R.flt = (float)dbl;
164 round_mode_name[mode], result, R.flt, dbl);
166 print_single("\n\texpected", &E.flt);
[all...]
/external/bluetooth/bluez/tools/
H A Dhcitool.c1104 struct hci_filter flt; local
1140 hci_filter_clear(&flt);
1141 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
1142 hci_filter_all_events(&flt);
1143 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
/external/bluetooth/bluez/plugins/
H A Dhciops.c2429 struct hci_filter flt; local
2437 hci_filter_clear(&flt);
2438 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
2439 hci_filter_set_event(EVT_CMD_STATUS, &flt);
2440 hci_filter_set_event(EVT_CMD_COMPLETE, &flt);
2441 hci_filter_set_event(EVT_PIN_CODE_REQ, &flt);
2442 hci_filter_set_event(EVT_LINK_KEY_REQ, &flt);
2443 hci_filter_set_event(EVT_LINK_KEY_NOTIFY, &flt);
2444 hci_filter_set_event(EVT_RETURN_LINK_KEYS, &flt);
2445 hci_filter_set_event(EVT_IO_CAPABILITY_REQUEST, &flt);
2799 struct hci_filter flt; local
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc948 void Simulator::set_s_register_from_float(int sreg, const float flt) { argument
953 memcpy(buffer, &flt, sizeof(vfp_register[0]));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 391 milliseconds