1#include "nldbl-compat.h"
2
3double
4attribute_hidden
5scalbnl (double x, int n)
6{
7 return scalbn (x: x, n: n);
8}
9

source code of glibc/sysdeps/ieee754/ldbl-opt/nldbl-scalbn.c