HomeSort by relevance Sort by last modified time
    Searched defs:hp (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainderf.c 28 int32_t hx,hp; local
33 GET_FLOAT_WORD(hp,p);
35 hp &= 0x7fffffff;
39 if(hp==0) return (x*p)/(x*p); /* p = 0 */
41 ((hp>0x7f800000))) /* p is NaN */
45 if (hp<=0x7effffff) x = __ieee754_fmodf(x,p+p); /* now x < 2p */
46 if ((hx-hp)==0) return zero*x;
49 if (hp<0x01000000) {
e_remainder.c 37 int32_t hx,hp; local
42 EXTRACT_WORDS(hp,lp,p);
44 hp &= 0x7fffffff;
48 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
50 ((hp>=0x7ff00000)&& /* p is NaN */
51 (((hp-0x7ff00000)|lp)!=0)))
55 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */
56 if (((hx-hp)|(lx-lp))==0) return zero*x;
59 if (hp<0x00200000) {
  /bionic/libc/dns/include/
hostent.h 51 struct hostent *hp; member in struct:getnamaddr
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkquery.c 115 register HEADER *hp; local
135 hp = (HEADER *) buf;
136 hp->id = htons(++_res.id);
137 hp->opcode = op;
138 hp->rd = (_res.options & RES_RECURSE) != 0;
139 hp->rcode = NOERROR;
162 hp->qdcount = htons(1);
182 hp->arcount = htons(1);
204 hp->ancount = htons(1);
  /external/crcalc/src/com/hp/creals/
StringFloatRep.java 33 package com.hp.creals;
  /external/fdlibm/
e_remainder.c 39 int hx,hp; local
45 hp = __HI(p); /* high word of p */
48 hp &= 0x7fffffff;
52 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
54 ((hp>=0x7ff00000)&& /* p is NaN */
55 (((hp-0x7ff00000)|lp)!=0)))
59 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
63 if (hp<0x00200000) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
rpc_pmap_getmaps.c 51 struct hostent *hp = NULL; local
55 if ((hp = gethostbyname(argc[1])) == NULL) {
60 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
rpc_pmap_getport.c 52 struct hostent *hp = NULL; local
56 if ((hp = gethostbyname(argc[1])) == NULL) {
61 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
rpc_clnttcp_create.c 56 struct hostent *hp = NULL; local
60 if ((hp = gethostbyname(argc[1])) == NULL) {
65 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
rpc_clnttcp_create_limits.c 67 struct hostent *hp = NULL; local
71 if ((hp = gethostbyname(argc[1])) == NULL) {
76 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
rpc_clnttcp_create_stress.c 57 struct hostent *hp = NULL; local
64 if ((hp = gethostbyname(argc[1])) == NULL) {
69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
  /external/snakeyaml/src/test/java/examples/
Hero.java 21 private Integer hp; field in class:Hero
23 public Hero(String name, Integer hp, Integer sp) {
27 this.hp = hp;
39 return hp;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
PrinterHashMap.java 17 package com.android.printservice.recommendation.plugin.hp;
  /bionic/libc/dns/resolv/
res_mkquery.c 126 register HEADER *hp; local
144 hp = (HEADER *)(void *)buf;
145 hp->id = htons(res_randomid());
146 hp->opcode = op;
147 hp->rd = (statp->options & RES_RECURSE) != 0U;
148 hp->rcode = NOERROR;
171 hp->qdcount = htons(1);
192 hp->arcount = htons(1);
214 hp->ancount = htons(1);
236 register HEADER *hp; local
    [all...]
  /device/google/dragon/audio/hal/dsp/
crossover.h 40 * Each lp or hp is an LR4 filter, which consists of two second-order
44 struct lr4 lp[3], hp[3]; member in struct:crossover
  /external/curl/tests/unit/
unit1305.c 43 static struct curl_hash hp; variable in typeref:struct:curl_hash
54 rc = Curl_mk_dnscache(&hp);
70 Curl_hash_destroy(&hp);
133 nodep = Curl_hash_add(&hp, data_key, key_len+1, data_node);
  /external/libedit/src/
hist.c 100 const Char *hp; local
121 hp = HIST_FIRST(el);
123 if (hp == NULL)
127 if ((hp = HIST_NEXT(el)) == NULL) {
131 (void) Strncpy(el->el_line.buffer, hp,
  /external/libusb/examples/
hotplugtest.c 72 libusb_hotplug_callback_handle hp[2]; local
94 product_id, class_id, hotplug_callback, NULL, &hp[0]);
102 product_id,class_id, hotplug_callback_detach, NULL, &hp[1]);
  /external/ltp/testcases/network/multicast/mc_opts/
mc_verify_opts.c 23 struct hostent *hp, *gethostbyname(); local
42 hp = gethostbyname(argv[1]);
43 if (hp)
44 memcpy(&simr.imr_interface.s_addr, hp->h_addr, hp->h_length);
mc_verify_opts_error.c 17 struct hostent *hp, *gethostbyname(); local
34 hp = gethostbyname(argv[1]);
35 if (hp)
36 memcpy(&simr.s_addr, hp->h_addr, hp->h_length);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall.c 53 struct hostent *hp = NULL; local
62 if ((hp = gethostbyname(argc[1])) == NULL) {
68 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
rpc_clntudp_bufcreate.c 56 struct hostent *hp = NULL; local
61 if ((hp = gethostbyname(argc[1])) == NULL) {
69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
rpc_clntudp_create.c 56 struct hostent *hp = NULL; local
61 if ((hp = gethostbyname(argc[1])) == NULL) {
69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
rpc_clntudp_create_stress.c 57 struct hostent *hp = NULL; local
65 if ((hp = gethostbyname(argc[1])) == NULL) {
73 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_c.c 37 struct addrinfo *hp; local
73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) {
77 if (!hp || !hp->ai_addr || hp->ai_addr->sa_family != AFI) {
83 memcpy(&sai, hp->ai_addr, hp->ai_addrlen);

Completed in 276 milliseconds

1 2 3 4 5 6 7 8