HomeSort by relevance Sort by last modified time
    Searched defs:flt (Results 1 - 18 of 18) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/math/
TestHalfFloat.java 47 float flt = Float.valueOf(s); local
48 short half = FastMath.convertFloatToHalf(flt);
51 System.out.println("Input float: "+flt);
  /external/qemu/
bt-host.c 151 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/bluetooth/hcidump/src/
csrsniff.c 159 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) {
bpasniff.c 265 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) {
hcidump.c 536 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) {
  /hardware/ti/wpan/bt_sco_app/
bt_sco_app.c 168 struct hci_filter flt; local
191 hci_filter_clear(&flt);
192 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
193 hci_filter_all_events(&flt);
194 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 174 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/
iotest.cpp 380 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);
    [all...]
  /external/libffi/darwin-x86/
ffi.h 206 float flt; member in union:__anon8268
217 float flt; member in union:__anon8269
  /external/libffi/include/
ffi_real.h 207 float flt; member in union:__anon8276
218 float flt; member in union:__anon8277
  /external/bluetooth/bluez/test/
hciemu.c 1081 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/valgrind/main/none/tests/ppc32/
round.c 50 float flt; member in union:__anon14366
126 void print_single(char *msg, float *flt)
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/
round.c 50 float flt; member in union:__anon14391
126 void print_single(char *msg, float *flt)
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/
hcitool.c 1104 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) {
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c 2429 struct hci_filter flt; local
2799 struct hci_filter flt; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 2406 milliseconds