Home
last modified time | relevance | path

Searched defs:recip (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/builtins/
Dpowidf2.c22 const int recip = b < 0; in __powidf2() local
Dpowixf2.c24 const int recip = b < 0; in __powixf2() local
Dpowitf2.c24 const int recip = b < 0; in __powitf2() local
Dpowisf2.c22 const int recip = b < 0; in __powisf2() local
/external/u-boot/drivers/usb/musb-new/
Dmusb_gadget_ep0.c63 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_tx_status_request() local
213 const u8 recip = ctrlrequest->bRequestType & USB_RECIP_MASK; in service_zero_data_request() local
/external/u-boot/drivers/usb/dwc3/
Dep0.c332 u32 recip; in dwc3_ep0_handle_status() local
390 u32 recip; in dwc3_ep0_handle_feature() local
/external/openssh/
Dsmult_curve25519_ref.c180 static void recip(unsigned int out[32],const unsigned int z[32]) in recip() function
/external/libjpeg-turbo/
Djcdctmgr.c416 UDCTELEM recip, corr; in quantize() local
/external/python/cpython2/Lib/
Dsmtplib.py484 def rcpt(self, recip, options=[]): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java224 splitReciprocal(tmp, recip); in splitReciprocal() argument
311 double recip = 1.0/ya; in cosh() local
375 double recip = 1.0/ya; in sinh() local
/external/python/cpython3/Lib/
Dsmtplib.py537 def rcpt(self, recip, options=()): argument
/external/boringssl/src/third_party/fiat/
Dcurve25519.c488 fe recip; in x25519_ge_tobytes() local
500 fe recip; in ge_p3_tobytes() local