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

  /bionic/libm/src/
s_cos.c 40 * Let trig be any of sin, cos, or tan.
41 * trig(+-INF) is NaN, with signals;
42 * trig(NaN) is that NaN;
45 * TRIG(x) returns trig(x) nearly rounded
s_sin.c 40 * Let trig be any of sin, cos, or tan.
41 * trig(+-INF) is NaN, with signals;
42 * trig(NaN) is that NaN;
45 * TRIG(x) returns trig(x) nearly rounded
s_tan.c 39 * Let trig be any of sin, cos, or tan.
40 * trig(+-INF) is NaN, with signals;
41 * trig(NaN) is that NaN;
44 * TRIG(x) returns trig(x) nearly rounded
  /external/fdlibm/
s_cos.c 37 * Let trig be any of sin, cos, or tan.
38 * trig(+-INF) is NaN, with signals;
39 * trig(NaN) is that NaN;
42 * TRIG(x) returns trig(x) nearly rounded
s_sin.c 37 * Let trig be any of sin, cos, or tan.
38 * trig(+-INF) is NaN, with signals;
39 * trig(NaN) is that NaN;
42 * TRIG(x) returns trig(x) nearly rounded
s_tan.c 36 * Let trig be any of sin, cos, or tan.
37 * trig(+-INF) is NaN, with signals;
38 * trig(NaN) is that NaN;
41 * TRIG(x) returns trig(x) nearly rounded
  /external/qemu/audio/
ossaudio.c 496 int trig = 0; local
497 if (ioctl (fd, SNDCTL_DSP_SETTRIGGER, &trig) < 0) {
501 trig = PCM_ENABLE_OUTPUT;
502 if (ioctl (fd, SNDCTL_DSP_SETTRIGGER, &trig) < 0) {
546 int trig; local
557 trig = PCM_ENABLE_OUTPUT;
558 if (ioctl (oss->fd, SNDCTL_DSP_SETTRIGGER, &trig) < 0) {
569 trig = 0;
570 if (ioctl (oss->fd, SNDCTL_DSP_SETTRIGGER, &trig) < 0) {
  /frameworks/base/media/libdrm/mobile2/include/drmmanager/
DrmManager.h 50 * Constructor for DrmManager,used to separate dcf file and trig message when upper
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 473 // loggable but don't trig push
476 // trig push
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
CmdMBox.c 238 /* Build the trig TxnStruct */
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
CmdMBox.c 239 /* Build the trig TxnStruct */
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /external/bison/doc/
bison.info 110 * Multi-function Calc:: Calculator with memory and trig functions.
    [all...]
bison.texinfo 148 * Multi-function Calc:: Calculator with memory and trig functions.
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]

Completed in 325 milliseconds